home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue40 / COMCorn / ExtForm.dfm / ExtForm.txt
Encoding:
Text File  |  1998-11-12  |  755 b   |  37 lines

  1. object MainForm: TMainForm
  2.   Left = 193
  3.   Top = 111
  4.   BorderStyle = bsNone
  5.   Caption = 'Registered COM Servers'
  6.   ClientHeight = 158
  7.   ClientWidth = 453
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListView: TListView
  19.     Left = 0
  20.     Top = 0
  21.     Width = 453
  22.     Height = 158
  23.     Align = alClient
  24.     Columns = <>
  25.     HotTrackStyles = []
  26.     IconOptions.AutoArrange = True
  27.     LargeImages = ImageList
  28.     SmallImages = ImageList
  29.     TabOrder = 0
  30.     OnMouseUp = ListViewMouseUp
  31.   end
  32.   object ImageList: TImageList
  33.     Left = 32
  34.     Top = 32
  35.   end
  36. end
  37.